From f881b16efa2827b9a3c1e963126fb4f24850d2a9 Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Thu, 29 Mar 2007 15:32:08 +0000 Subject: [PATCH] [HVM] Save/restore: fix missing return code in USB restore Signed-off-by: Tim Deegan --- tools/ioemu/hw/usb-uhci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ioemu/hw/usb-uhci.c b/tools/ioemu/hw/usb-uhci.c index 46cff274cf..6972d84aa7 100644 --- a/tools/ioemu/hw/usb-uhci.c +++ b/tools/ioemu/hw/usb-uhci.c @@ -700,6 +700,7 @@ int uhci_usb_load(QEMUFile *f, void *opaque, int version_id) qemu_get_timer(f, s->frame_timer); + return 0; } void usb_uhci_init(PCIBus *bus, int devfn) -- 2.30.2